home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Greatest Hits 1996 / Amiga Games: Greatest Hits 1996.iso / userbox / publicdomain / identify / include / proto / identify_protos.h
Text File  |  1996-06-06  |  310b  |  13 lines

  1. /*
  2. ** identify_protos.h
  3. **
  4. ** (C) 1996 Richard Körber -- All Rights Reserved
  5. */
  6.  
  7. LONG IdAlert(ULONG, struct TagItem *);
  8. LONG IdAlertTags(ULONG, ULONG,...);
  9. LONG IdExpansion(struct TagItem *);
  10. LONG IdExpansionTags(ULONG,...);
  11. STRPTR IdHardware(ULONG, struct TagItem *);
  12. STRPTR IdHardwareTags(ULONG, ULONG,...);
  13.